home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-20 | 2.2 KB | 46 lines | [TEXT/MPS ] |
- This installation has already been done on the MPW 3.3.1 ƒ on this CD
- ---------------------------------------------------------------------
-
- If you have not yet installed MPW, just drag the MPW folder to your hard
- drive and you're ready to roll. To install in your own MPW folder:
-
-
- 1 - Copy the contents of the tools folder to the Tools folder inside of the
- MPW folder.
-
- 2 - Copy the UserStartup•Metrowerks to the same folder as the MPW Shell
-
- 3 - Copy all of the PPC header files to "{MPW}Interfaces:MWCIncludes:"
-
- 4 - Copy all of the PPC libraries to "{MPW}Libraries:MWPPCLibraries:"
-
- 5 - Copy StdCLib.xcoff from the PPCLibraries ƒ to "{MPW}Libraries:MWPPCLibraries:"
- and rename it StdCLib.
-
- 6 - Copy '"Do all xxx.helps"' into your MPW scripts ƒ
-
- The following commands should do the above actions:
-
- Duplicate :Tools:≈ "{MPW}Tools:"
- Duplicate :UserStartup•Metrowerks "{MPW}"
- Duplicate :Metrowerks.Help "{MPW}"
- Duplicate :"Do all xxx.helps" "{MPW}Scripts:"
- Duplicate :MWCExamples: "{MPW}Examples:MWCExamples:"
-
- NewFolder "{MPW}Interfaces:MWCIncludes:"
- Set MWCDIR `GetFileName -d -b Select -m 'Locate "Metrowerks C/C++" folder'`
- Duplicate `Files -f -t TEXT "{MWCDIR}Headers ƒ:ANSI Headers ƒ:"` "{MPW}Interfaces:MWCIncludes:"
- Duplicate `Files -f -t TEXT "{MWCDIR}Headers ƒ:Universal Headers ƒ:"` "{MPW}Interfaces:MWCIncludes:"
- Duplicate "{MWCDIR}MacHeaders ƒ:"MacHeadersPPC "{MPW}Interfaces:MWCIncludes:"
-
- NewFolder "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:MacOS PPC ƒ:InterfaceLib" "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:MacOS PPC ƒ:MathLib" "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:MacOS PPC ƒ:ToolsLib.o" "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:ANSI C++.PPC.Lib" "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:ANSI C.PPC.Lib" "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:bitstring.PPC.Lib" "{MPW}Libraries:MWPPCLibraries:"
- Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:string.PPC.Lib" "{MPW}Libraries:MWPPCLibraries:"
-
- Duplicate "{MPW}Libraries:PPCLibraries:StdCLib.xcoff" "{MPW}Libraries:MWPPCLibraries:StdCLib"
-